home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EBFACTS.DIR / 00717_Script_E Family Screens < prev    next >
Text File  |  1995-09-06  |  1KB  |  55 lines

  1. global gQuest
  2.  
  3. on EFamilyRollovers3
  4.   if rollover(8) then
  5.     EgyptCursor
  6.   else
  7.     if rollover(9) then
  8.       ResetScrollText 89, 2
  9.       repeat while rollover(9)
  10.         puppetsprite 15, true
  11.         set the locH of sprite 15 to 140
  12.         set the locV of sprite 15 to 315
  13.         updatestage
  14.       end repeat
  15.       puppetsprite 15, false
  16.     else
  17.       if rollover(10) then
  18.         EgyptCursor
  19.       else
  20.         if rollover(11) then
  21.           EgyptCursor
  22.         else
  23.           if rollover(12) then
  24.             repeat while rollover(12)
  25.               puppetsprite 14, true
  26.               set the locH of sprite 14 to 411
  27.               set the locV of sprite 14 to 250
  28.               updatestage
  29.             end repeat
  30.             puppetsprite 14, false
  31.           else
  32.             if rollover(39) then
  33.               HandCursor
  34.             else
  35.               if rollover(41) then
  36.                 HandCursor
  37.               else
  38.                 if rollover(42) then
  39.                   HandCursor
  40.                 else
  41.                   ArrowCursor
  42.                 end if
  43.               end if
  44.             end if
  45.           end if
  46.         end if
  47.       end if
  48.     end if
  49.   end if
  50.   RandomQuestion(gQuest)
  51. end
  52.  
  53.  
  54.  
  55.